-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes for mirror mode #389
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- fix tests with lockCategories - new unique naming scheme for video - super janky somehow working method for comparing arrays out of order
fcce0f6
to
a3ea732
Compare
no further changes needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the goal is to send a request to database.json without queueing another dump, just get the last dump
@@ -184,7 +184,7 @@ export async function redirectLink(req: Request, res: Response): Promise<void> { | |||
res.sendStatus(404); | |||
} | |||
|
|||
await queueDump(); | |||
if (req.query.generate !== "false") await queueDump(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this works but my logs are quite muddied
related to #373